home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / GeneralUtilities.dir / 00068_Product 4.ls < prev    next >
Encoding:
Text File  |  2000-10-20  |  145 b   |  8 lines

  1. on mouseDown me
  2.   puppetSound(1, "ClickSound")
  3. end
  4.  
  5. on mouseUp
  6.   open(the moviePath & "PCSoftware\Business Plan Starter Kit\life_Setup.EXE")
  7. end
  8.